Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 1 and Version 2 of Development FAQ


Ignore:
Timestamp:
Apr 14, 2007, 12:11:35 PM (17 years ago)
Author:
sadrul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development FAQ

    v1 v2  
     1== There needs to be an easy way to linkify the functions names below to our doxygen documentations. ==
     2
    13= ["Development FAQ"] =
    24
     
    911=== How do I get online with an account? ===
    1012There are two ways you can do this:
    11 * If you have other accounts online, and you want the new account to have the same status as those, then call purple_savedstatus_get_current to get the current status, and use gaim_savedstatus_activate_for_account for the account.
    12 * Otherwise, you can simply do purple_account_set_status to set the status of the account.
     13 * If you have other accounts online, and you want the new account to have the same status as those, then call purple_savedstatus_get_current to get the current status, and use gaim_savedstatus_activate_for_account for the account.
     14 * Otherwise, you can simply do purple_account_set_status to set the status of the account.
    1315An account needs to be enabled before it can be connected. So after doing either of the above, you need to enable the account by calling purple_account_set_enabled.
    1416
     
    1921
    2022=== How can I send a message in a conversation? ===
    21 Use either purple_conv_im_send or purple_conv_chat_send. Note that the first parameter to either of these functions are *not* the conversation itself. Rather, it's the im-data/chat-data of the conversation which you can get from PURPLE_CONV_IM/PURPLE_CONV_CHAT.
     23Use either purple_conv_im_send or purple_conv_chat_send. Note that the first parameter to either of these functions are '''not''' the conversation itself. Rather, it's the im-data/chat-data of the conversation which you can get from PURPLE_CONV_IM/PURPLE_CONV_CHAT.
    2224
    2325=== Is there a way that I can print something in the conversation window, but not send the message? ===
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!